(read_minibuf): Allow INITIAL to be a cons of a string and an integer.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 23 Dec 2003 22:20:04 +0000 (22:20 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 23 Dec 2003 22:20:04 +0000 (22:20 +0000)
commit738f3bdeb1a0935cf5815c4dd630ecbe5f20e2a1
tree0a6bd06454c2d72727e963a66ac085b081387a7c
parent625549674f8c65dc5c362b0f1d6b3aba762ea596
(read_minibuf): Allow INITIAL to be a cons of a string and an integer.
Adapt the docstring accordingly.
(Fread_from_minibuffer): Delete code moved into read_minibuf.
Doc fix.
(Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
read_minibuf.
(Fcompleting_read): Delete code moved into read_minibuf.
(Ftest_completion): Make it handle obarrays and hash tables correctly.
src/minibuf.c